From 7ca9b327cdeea2d9a0238eeb869d991715fcb052 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Wed, 12 Oct 2005 09:29:52 +0100 Subject: [PATCH] Error print on err path. Signed-off-by: srparish@us.ibm.com --- tools/libxc/xc_linux_build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxc/xc_linux_build.c b/tools/libxc/xc_linux_build.c index df88c8f440..2c984bf5ea 100644 --- a/tools/libxc/xc_linux_build.c +++ b/tools/libxc/xc_linux_build.c @@ -502,7 +502,7 @@ static int setup_guest(int xc_handle, if ( (v_end - dsi.v_start) > (nr_pages * PAGE_SIZE) ) { - printf("Initial guest OS requires too much space\n" + PERROR("Initial guest OS requires too much space\n" "(%luMB is greater than %luMB limit)\n", (v_end-dsi.v_start)>>20, (nr_pages<>20); goto error_out; -- 2.30.2